Add private header for GtkTextView
authorEmmanuele Bassi <ebassi@gnome.org>
Sat, 15 Oct 2016 19:38:13 +0000 (20:38 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Mon, 17 Oct 2016 10:10:14 +0000 (11:10 +0100)
commit175800f3457feee54ad17d5cd2d87f748911ecbe
tree742fa72e51411fd0bd65d34cfda1cad39f61a701
parent8b9153d1093c120417d49183cfdc255db381e7a0
Add private header for GtkTextView

This allows us to declare the symbols that are currently used inside
gtktextdisplay.c without incurring in the wrath of the compiler.
gtk/Makefile.am
gtk/gtktextdisplay.c
gtk/gtktextview.c
gtk/gtktextviewprivate.h [new file with mode: 0644]